home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / wc3x / actvp233.zip / ACTVIEW.DOC next >
Text File  |  1993-01-02  |  14KB  |  317 lines

  1.  ---------------------------------------------------------------------------
  2.                              ACTVIEW PCB 2.33 (c)
  3.                      PCBoard Activity Log Viewer/Analyzer
  4.                        Copyright (c) 1993 by Greg Wilson
  5.                              All Rights Reserved
  6.                                    01/01/93
  7.                              Author: Greg Wilson
  8.  ---------------------------------------------------------------------------
  9.  
  10.                                    Purpose
  11.                                    -------
  12.  Actview was written out of my own need for a tool to assist with reading the
  13.  activity log of my BBS. The task of viewing the log with a file viewer was
  14.  taking too long and I found myself rushing through the process, missing many
  15.  important events such as invalid password attempts, carrier drops, new users,
  16.  etc..
  17.  
  18.  Actview was originally written for Wildcat BBS's but after the fantastic
  19.  response I received from Sysops, I decided to write a version for PCBoard as
  20.  well!
  21.  
  22.                                  Instructions
  23.                                  ------------
  24.  For a quick look at what Actview has to offer, copy ACTVIEW.EXE to the
  25.  directory containing your CALLER file(s) and run it. If you have more than
  26.  one node or use a different naming convention, you will have to build a file
  27.  named ACTVIEW.CFG (see below). The program will display the last recorded
  28.  day's activity in a one line per call format with the critical information
  29.  shown. At the top of the screen, the range of dates in the log is displayed
  30.  along with the date of the information being displayed.
  31.  
  32.  For other  functions available  (and there  are many!),  press ALT-M  for the
  33.  menu.  Most are self explanatory.  If you do not like menus, you can use  the
  34.  built in  key functions  (press F1  for a  list).   For more information, see
  35.  below.
  36.  
  37.  
  38.  Key     Function
  39.  ------------------------------------------------------------------------
  40.  F1    - Displays the help window.
  41.  F2    - Swaps to another node's log. Directories to your different logs must
  42.          be entered in a file named ACTVIEW.CFG (see below).
  43.  F3    - Displays the following activity:
  44.          * Invalid logon attempts.
  45.          * Invalid Passwords.
  46.          * BBS errors
  47.          To return to the normal display, hit escape.
  48.  F4    - Displays totals for the currently displayed date.
  49.  F5    - Displays new users for the displayed day.
  50.          To return to the normal display, hit escape.
  51.  F6    - Allows jumping directly to any date in the activity log.
  52.  F7    - Jumps to the previous day's activity.
  53.  F8    - Jumps to the next day's activity.
  54.  
  55.  F9    - Displays all calls of a specified user. The program will prompt for
  56.          user name, beginning date, and ending date of search. The name will
  57.          default to the highlighted call. The dates will default to the
  58.          beginning and end of the activity log. Actview will scan the log
  59.          finding all matching calls and then display the calls in the usual
  60.          one line per call format. To view totals for the user, hit F4. To
  61.          return to the normal display, hit Escape. To abort the search, press
  62.          the space bar.
  63.  F10/ ALT-X / ESC - Quit Actview.
  64.  ALT-F - Display the ACTVIEW.FLG file (see below)
  65.  ALT-L - Toggles local calls. Local calls will not be displayed or
  66.          included in the daily counts.
  67.  ALT-S - Allows the entire activity log to be searched for a given string
  68.          (such as filename, Message#, ..etc.). Here are some ways I use this
  69.          feature:
  70.          * Search for all activity related to a particular file.
  71.          * Search for all activity related to a bulletin or door.
  72.          * Find all users that still use XMODEM.
  73.          * See who is using QMAIL.
  74.          * See who has exceeded their time limit.
  75.          * ...etc.!
  76.  ALT-D - View all downloads for the day.
  77.  ALT-U - View all uploads for the day.
  78.  ALT-O - Sort calls. Actview will display a menu of 7 different sort types.
  79.  ALT-V - View all activity logs for all nodes. Every log in the ACTVIEW.CFG
  80.          file is scanned for the currently displayed date and the calls are
  81.          loaded. This is a major time saver!
  82.  
  83.  
  84.  
  85.  A typical Actview session would go something like:
  86.  
  87.       * Type ACTVIEW (if multinode, use parameter VIRTUAL to load all nodes)
  88.       * Hit F3; if any errors are displayed, view the detail.
  89.       * Hit F5; view new users.
  90.       * Hit ALT-U to see what was uploaded.
  91.       * Hit ALT-D to see what was downloaded.
  92.       * Hit ESC to go back to viewing all calls.
  93.       * Scroll though the summary looking for uploads, msgs, carrier
  94.         drops and pages viewing the detail of these activities if desired.
  95.  
  96.  An average review takes me about 3 minutes compared to 30 minutes before
  97.  I had ACTVIEW!
  98.  
  99.                               User Defined Flags
  100.                               ------------------
  101.  
  102.  Actview allows sysops to define flags to indicate that a certain activity has
  103.  occurred during a call. These one character flags are displayed on the initial
  104.  call summary screen and are defined in the file ACTVIEW.FLG. This has many
  105.  uses including:
  106.  
  107.                 * Flag all users that download a certain file
  108.                 * Flag all users that use a certain door
  109.                 * Flag all users that drop carrier
  110.                 * Flag all users that join a certain conference
  111.                 * .. etc.
  112.  
  113.  A flag is a single character to be displayed in the flag column on the
  114.  summary screen. Up to 5 flags can be displayed for a single call. If more
  115.  than 5 flags are found, the last flag will be then character "*". In the
  116.  ACTVIEW.FLG file, the first column contains the flag character to be
  117.  displayed. The string to turn on the flag is enclosed in quotes on the same
  118.  line as the flag character.
  119.  
  120.  Example: If an additional flag was desired to show any activity related to
  121.  the file "ACTVIEW.ZIP", ACTVIEW.FLG would be updated as follows (remember
  122.  that the flag characters must be in column 1):
  123.  
  124.                               C "CARRIER LOST"
  125.                               C "LINK LOST"
  126.                               N "NEW EXTUSER"
  127.                               A "ACCESS DENIED"
  128.                               P "PASSWORD FAILURE"
  129.                               S "ATTEMPTED TO LOGON AS"
  130.                               V "ACTVIEW.ZIP"
  131.  
  132.                      ***    Note: Case is ignored    ***
  133.  
  134.  See the file ACTVIEW.FLG for more examples. The initial flags for dropping
  135.  carrier, errors, new users, and exceeding download ratio are already set up.
  136.  
  137.  
  138.                              Multi Node Features
  139.                              -------------------
  140.  
  141.  For multi-node operation, create a file named ACTVIEW.CFG with the
  142.  directories and filenames in the following format: (in column 1)
  143.  
  144.                        C:\PCB\CALLER1
  145.                        C:\PCB\CALLER2
  146.                        C:\PCB\CALLER3
  147.                        C:\PCB\CALLER4
  148.  
  149.  The entire path *and* filename must be specified in each line.
  150.  
  151.  NOTE: ACTVIEW.CFG must be in the same directory as ACTVIEW.EXE
  152.  
  153.  This feature may also be useful for single node sysops that maintain backup
  154.  copies of their logs under other names and/or directories and still want to
  155.  access them via Actview.
  156.  
  157.  
  158.  
  159.                               Actview parameters
  160.                               ------------------
  161.  
  162.           ACTVIEW mm/dd/yy NOLocal ERRors NEW NODE=x MONO SNOW BIOS
  163.  
  164.             mm/dd/yy - Go directly to mm/dd/yy
  165.             HELP     - Display help screen
  166.             NOLocal  - Do not show local calls (ALT-L toggles)
  167.             ERRors   - Show logon errors for the day (F3 toggles)
  168.             NEW      - Show new users only (F5 toggles)
  169.             NODE=x   - Go to node x. ACTVIEW.CFG must be present.
  170.             MONO     - Force monochrome attributes
  171.             NOMOUSE  - Turn Off Mouse support (speeds up entry and exit).
  172.             SNOW     - Turn on snow checking during screen writes
  173.             VIRT     - View all nodes at once.
  174.             BIOS     - Use bios screen writes. This option is not necessary
  175.                        when running Actview under Desqview because checks for
  176.                        Desqview are made and direct screen writes are remapped
  177.                        accordingly. BIOS writes are much slower than the
  178.                        normal direct screen writes and should not be used.
  179.             LARGE    - Use large jump values during searches. This parameter
  180.                        is normally not needed unless some of the calls in the
  181.                        activity logs exceed 100 lines (usually netmail hubs).
  182.                        If Actview sometimes hangs, try this parameter. It is
  183.                        not the size of the actual activity log file but the
  184.                        size of the individual calls within the log.
  185.                        >> This parameter should no longer be needed <<
  186.             25       - Set 25 line mode
  187.             43       - Set 43 line mode (EGA)
  188.             50       - Set 50 line mode (VGA)
  189.  
  190.  
  191.                            Requirements and Limits
  192.                            -----------------------
  193.  * ACTVIEW is Desqview aware. No extra parameters are needed for Desqview as
  194.    Actview detects DV automatically.
  195.  
  196.  
  197.                       Memory requirements: 220k (Multi node see note)
  198.                  Max nodes in ACTVIEW.CFG: 100
  199.                                 Max flags: 100
  200.  
  201.   Max number of displayed calls is now only limited by the available memory.
  202.   The max number is displayed in the help window. This is also the max number
  203.   of hits when searching (ALT-S or F9). If the search finds more than the
  204.   available number of displayed calls, a message will be displayed and the
  205.   search will be halted.
  206.  
  207.   Multi-node note: If your BBS receives a lot of calls each day, more memory
  208.   will be needed to view the calls. With 200k, only about 400 calls per day
  209.   are allowed to be viewed at once. The max number of calls is displayed in
  210.   the help window.
  211.  
  212.  * Actview opens the CALLER files in shared READ ONLY mode. *No* writes are
  213.    made to any files.
  214.  
  215.  
  216.                                   Liability
  217.                                   ---------
  218.  
  219.  Actview has been tested on multiple machines using many different
  220.  configurations and no problems have occurred. However, if a problem does
  221.  arise due to Actview, I cannot be held responsible. Use at your own risk.
  222.  
  223.  
  224.                         Distribution and Registration
  225.                         -----------------------------
  226.  
  227.  Actview may be freely distributed only as the following unaltered files:
  228.  
  229.                                  ACTVIEW.EXE
  230.                                  ACTVIEW.FLG
  231.                                  ACTVIEW.DOC
  232.                                  ACTVIEW.HIS
  233.                                  READ.ME
  234.                                  REGISTER.DOC
  235.  
  236.  ACTVIEW is  not free. You must register after the 30-day evaluation time
  237.  period.
  238.  
  239.  ACTVIEW is a Shareware product.  It is distributed through public access
  240.  channels so that perspective buyers can have the opportunity to evaluate the
  241.  product before making a  decision to buy. If you decide to use this software,
  242.  then you are under both legal and moral obligation to register it with the
  243.  author. But if you decide not to use it after evaluating the software, you
  244.  are under no obligation. It is fully protected by State, Federal and
  245.  International copyright laws.
  246.  
  247.  If you continue to use ACTVIEW after the 30-day evaluation time period you
  248.  must register it.
  249.  
  250.                             Registration Fee  : $25 US
  251.  
  252.  Why Register?
  253.  --------------------------------------------------------------------
  254.  * All opening and closing screens are removed!
  255.  * Registered users have access to the Actview support BBS is granted!
  256.  * All Actview reports can be downloaded from the support BBS!
  257.  * All future updates are free!
  258.  
  259.  To register ACTVIEW, complete in the order form (REGISTER.DOC) and mail along
  260.  with your check or money order payable to "Greg Wilson" to:
  261.  
  262.  
  263.                                  Greg Wilson
  264.                            1252 Fordham Drive #101
  265.                           Glendale Heights, Il 60139
  266.  
  267.                               BBS: 708-752-4303
  268.  
  269.  
  270.  
  271.  ██████████████████████████████████████████████████████████████████████████████
  272.                 * Credit Card Orders (VISA/MC/Discover/Amex) *
  273.  ██████████████████████████████████████████████████████████████████████████████
  274.  
  275.          Visa/MC/Amex/Discover (via the Public Software Library):
  276.  
  277.                         1-800-2424-PSL or 713-524-6394
  278.                         FAX: 1-713-524-6398
  279.                         CIS Email: 71355,470
  280.  
  281.                               Product #10408
  282.  
  283.                     Credit card Price is $25 + $3 handling
  284.  
  285.                       THESE NUMBERS ARE FOR ORDERS ONLY!
  286.  
  287.                Do not call these numbers for technical support!
  288.  
  289.       All orders are relayed back to me the same day the order is made.
  290.  
  291.     The registered version can be shipped, uploaded or downloaded from my
  292.                             BBS or via CompuServe.
  293.  
  294.  ██████████████████████████████████████████████████████████████████████████████
  295.  
  296.  
  297.  
  298.  
  299.                             Contacting the Author
  300.                             ---------------------
  301.  
  302.  I can be reached for comments, questions, suggestions, complaints, etc., at
  303.  the following EMAIL boxes:
  304.  
  305.  
  306.            My BBS            (SYSOP)            - mail checked daily
  307.            Salt Air          (GREG WILSON)      - Main Conference Only Daily
  308.            CompuServe        (76547,3106)       - mail checked daily
  309.            EXEC-PC           (GREGORY WILSON)   - mail checked daily
  310.            Channel 1         (GREG WILSON)      - mail checked daily
  311.            PC-Ohio           (GREG WILSON)      - mail checked daily
  312.            Executive Network (GREG WILSON)      - mail checked daily
  313.  
  314.  
  315.  
  316.                                     -end-
  317.